home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / book310.dir / 00045.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  373 b   |  17 lines

  1. on startMovie
  2.   identifyPlatform()
  3.   formatDisplayField()
  4.   updateStage()
  5. end
  6.  
  7. on formatDisplayField
  8.   global gOnIBM
  9.   if gOnIBM then
  10.     set the textFont of field "display field" to "Arial"
  11.     set the textSize of field "display field" to 12
  12.   else
  13.     set the textFont of field "display field" to "Geneva"
  14.     set the textSize of field "display field" to 12
  15.   end if
  16. end
  17.